home *** CD-ROM | disk | FTP | other *** search
- {
- "schema": {
- "TotalBudget": "Currency",
- "Planning": "Currency",
- "Ceremony": "Currency",
- "Reception": "Currency",
- "Stag": "Currency",
- "Hen": "Currency",
- "Honeymoon": "Currency",
- "BudgetID": "Text (6)",
- "PlanningPercent": "Long Integer",
- "CeremonyPercent": "Long Integer",
- "ReceptionPercent": "Long Integer",
- "StagPercent": "Long Integer",
- "HenPercent": "Long Integer",
- "HoneymoonPercent": "Long Integer"
- },
- "data": [
- {
- "TotalBudget": 0,
- "Planning": 0,
- "Ceremony": 0,
- "Reception": 0,
- "Stag": 0,
- "Hen": 0,
- "Honeymoon": 0,
- "BudgetID": "Budget",
- "PlanningPercent": 25,
- "CeremonyPercent": 15,
- "ReceptionPercent": 50,
- "StagPercent": 0,
- "HenPercent": 0,
- "HoneymoonPercent": 10
- }
- ]
- }